crypto/internal/fips140/ecdh.PrivateKey.d (field)

5 uses

	crypto/internal/fips140/ecdh (current package)
		cast.go#L41: 		k := &PrivateKey{d: privateKey, pub: PublicKey{curve: p256}}
		ecdh.go#L27: 	d   []byte // bigmod.(*Nat).Bytes output (fixed length)
		ecdh.go#L31: 	return priv.d
		ecdh.go#L213: 	k := &PrivateKey{d: bytes.Clone(key), pub: PublicKey{curve: c.curve, q: publicKey}}
		ecdh.go#L264: 	if _, err := p.ScalarMult(p, k.d); err != nil {